🛠️ All DevTools
Showing 2881–2900 of 4432 tools
Last Updated
May 02, 2026 at 12:00 AM
Show HN: Devbox – Containers for clean dev environments
Show HN (score: 5)[CLI Tool] Show HN: Devbox – Containers for clean dev environments I've been frustrated with dependency hell and clutter on my VPS from dev, so I built Devbox: a lightweight, open-source CLI tool that spins up isolated development environments using Docker. Each project runs in its own container, but your code stays in simple flat folders on the host machine—no messing with volumes or sync issues. Environments are disposable, so you can nuke and recreate them without losing your work. Key features:<p>- Instant setup: `devbox init my-project` and you're in a fresh env with `devbox shell`.<p>- Configurable via JSON: Define packages, services, and more in a `devbox.json` file. Share it in your repo for reproducible setups—teammates just run `devbox up`.<p>- Docker-in-Docker by default: Build and run containers inside your env without extra config.<p>- Host-friendly: Edit code directly on your machine; the container handles the runtime.<p>- Templates for quick starts: Built-ins for Python, Node.js, Go, web dev, etc.<p>- Advanced options: Port mapping, env vars, resource limits, and even mounting your dotfiles.<p>It's FOSS (MIT license), Linux-focused (Debian/Ubuntu, or WSL2 on Windows), and super easy to install: `curl -fsSL <a href="https://devbox.ar0.eu/install.sh" rel="nofollow">https://devbox.ar0.eu/install.sh</a> | bash`.<p>Check out the launch page and docs at <a href="https://devbox.ar0.eu" rel="nofollow">https://devbox.ar0.eu</a>, or the repo at <a href="https://github.com/itzCozi/devbox" rel="nofollow">https://github.com/itzCozi/devbox</a>. I'd love some feedback, stars, or contributions to help grow this into a solid community tool!
Show HN: Kekkai – a simple, fast file integrity monitoring tool in Go
Hacker News (score: 12)[Monitoring/Observability] Show HN: Kekkai – a simple, fast file integrity monitoring tool in Go I built a tool called *Kekkai* for file integrity monitoring in production environments. It records file hashes during deployment and later verifies them to detect unauthorized modifications (e.g. from OS command injection or tampering).<p>Why it matters:<p>* Many web apps (PHP, Ruby, Python, etc.) on AWS EC2 need a lightweight way to confirm their code hasn’t been changed. * Traditional approaches that rely on metadata often create false positives. * Kekkai checks only file content, so it reliably detects real changes. * I’ve deployed it to an EC2 PHP application in production, and it’s working smoothly so far.<p>Key points:<p>* *Content-only hashing* (ignores timestamps/metadata) * *Symlink protection* (detects swaps/changes) * *Secure S3 storage* (deploy servers write-only, app servers read-only) * *Single Go binary* with minimal dependencies<p>Would love feedback from others running apps on EC2 or managing file integrity in production.
Show HN: Open-source AI data generator (now hosted)
Hacker News (score: 16)[Other] Show HN: Open-source AI data generator (now hosted) Hey HN! A few months ago we shared our AI dataset generator as an open source repo, and the response was incredible (<a href="https://news.ycombinator.com/item?id=44388093">https://news.ycombinator.com/item?id=44388093</a>). We got requests from folks who wanted to use it without the hosting overhead, so we created both options: a hosted version (<a href="https://www.metabase.com/ai-data-generator" rel="nofollow">https://www.metabase.com/ai-data-generator</a> for instant use and the source code fully open (<a href="https://github.com/metabase/dataset-generator" rel="nofollow">https://github.com/metabase/dataset-generator</a>) for anyone who wants to self-host or contribute.<p>Looking forward to seeing how you use it and what you build on top of it!<p>Bonus: The repo now supports multi-provider LLM integration with LiteLLM, thanks to a great contribution from their team.
Ultra efficient vector extension for SQLite
Hacker News (score: 123)[Other] Ultra efficient vector extension for SQLite
Show HN: SSH-hypervisor – like SSH, but each user gets their own microVM
Show HN (score: 6)[Other] Show HN: SSH-hypervisor – like SSH, but each user gets their own microVM This is a project I made over the weekend. What if when you SSH'd into a machine, instead of giving you a user login, it would provision a new microVM just for you?<p>It's like a little SimCity for VMs.<p>This turned out to be a lot of fun, and I've wanted to make my own custom SSH server for a while now, with its fancy progress bars and color animations. The hardest part was definitely debugging VM setup, boot, and networking though! Compiling the Linux kernel with all the right configs was difficult. For a while I had issues with silent hangs on boot due to lack of available system entropy, on Linux <4.19. Anyway, I wrote a bit about my struggles. :D<p>I managed to bundle everything (vmlinux 6.1, firecracker, SSH server, iptables/bridge/masquerade) into a single, statically-linked binary for x86_64/aarch64. It takes the kernel rootfs as a command-line argument.
Show HN: WindowSill
Show HN (score: 5)[Other] Show HN: WindowSill Hey everyone! I'm excited to unveil WindowSill, a universal command bar for Windows 10 and 11 that brings AI-powered text assistance and a suite of productivity tools directly to wherever you're working.<p>Why WindowSill? Inspired by the MacBook Touch Bar, StreamDeck, and Apple Intelligence, I wanted a tool that gives context-aware actions without interrupting my workflow. WindowSill is my take on that idea for Windows.<p>What it can do<p>AI text assistant Select any text in any app to summarize, rewrite, translate, or fix grammar instantly. No copy/paste needed. No switching apps needed.<p>Short-Term Reminders Set reminders that can pop up as full-screen notifications, so you can't miss them. Perfect for ADHD brains, multitaskers, or anyone who needs a firm nudge to stay on track of things.<p>Clipboard history Access your recent copies without switching apps.<p>URL & text utilities Select any URL in any app to shorten it or generate a QR Code.<p>Media & Meetings controls Manage playback, mute/unmute from Microsoft Teams, even when the app is in the background or minimized.<p>Personalization Save custom prompts, dock the "sill" to the top, bottom, left, right, or change its size to reflect your style and needs.<p>All from a single, universal command bar that stays out of your way — no friction, no app switching.<p>Bonus: the app is extensible! It comes with an SDK allowing any app to integrate with WindowSill.<p>Who is it for? Mainly Windows power users, but also anyone looking to boost their productivity with AI-powered text assistance and quick access to useful tools.<p>Try it today for free! Visit <a href="https://getwindowsill.app" rel="nofollow">https://getwindowsill.app</a> Product Hunt launch: <a href="https://www.producthunt.com/products/windowsill-2" rel="nofollow">https://www.producthunt.com/products/windowsill-2</a><p>I'd love your feedback: what features would make WindowSill most useful for you? Or what would you like to see next?
Zig feels more practical than Rust for real-world CLI tools
Hacker News (score: 158)[Other] Zig feels more practical than Rust for real-world CLI tools
DeepSeek-V3.1-Terminus
Product Hunt[Other] A refined agentic model for developers DeepSeek-V3.1-Terminus is the latest update to the DeepSeek-V3.1 model. This "Terminus" version focuses on stability and refinement, fixing issues like language mixing and improving agent capabilities, while retaining the core strengths of the V3.1 series.
Vartiq
Product Hunt[Other] Webhook infra for high-velocity dev teams Webhooks are critical — but they’re not your core product. Let Vartiq handle the reliability layer behind them. Scale confidently with built-in retries, queue handling, SLAs and observability.
ToolJet
Product Hunt[Other] AI agents that build full-stack internal tools for you. Build production-ready full-stack applications with AI agents that turn text into apps - UI, queries, workflows, and more. Secure, scalable, and flexible: AI when it works, no-code when you want, low-code when you need. 36k stars on GiHub.
Vibe n8n
Product Hunt[Other] Cursor/Lovable for n8n to generate workflows in seconds Vibe n8n is an AI assistant that generates, improves, and debugs complete n8n automations directly inside your editor. Works with n8n.io, n8n.cloud, and self-hosted.
CxReports
Product Hunt[API/SDK] Automated reports without coding Generate pixel-perfect PDF reports from structured data using reusable templates. Design once, reuse forever. Simple API, multi-locale, audit-friendly output. Built for finance, insurance, and SaaS teams that outgrew Crystal and Excel.
OGMAP
Product Hunt[Other] Vector map tiles (pbf) Ultra-low cost vector map tiles for developers. $10 = 1,000,000 PBF tiles. Start with 250k free after sign-up. Prepaid auto-buy via Stripe, safety limits. MapLibre quickstart. Cloudflare CDN.
Nexting
Product Hunt[Other] Push and it’s live. as simple as that. Nexting is the affordable way to deploy your Next.js projects — just /month for 1TB bandwidth, PostgreSQL database, and 5GB storage. Simple, fast, and built for indie developers.
Chatbot Menu Builder for Chatwoot
Product Hunt[Other] Design click‑to‑reply menus, automate responses Build deterministic chatbot menus for Website, WhatsApp, Messager and Telegram for Chatwoot. Design click-to-reply flows, automate responses, and hand off to agents.
Vajra
Product Hunt[IDE/Editor] Multi-provider AI coding assistant with smart model routing Multi-provider AI coding assistant with smart model routing. Supports 10+ models including GPT-5, Claude 4, Qwen3-Coder, DeepSeek, and local Ollama. No more "model not found" errors. Built for developer choice.
Telco Verity MVP
Product Hunt[Other] Revenue leakage detection platform Protect Your Revenue with real-time analytics that detect billing errors, prevent revenue leakage, and ensure data integrity. Features include visual rule building and enterprise-grade security for telecom operations
AI Automation Template Library
Product Hunt[Other] Plug-and-play n8n & Make.com workflows for agencies A collection of ready-to-use n8n & Make.com templates for agencies. Run 600 cold calls/hr from a Google Sheet, send 2,000 personalized emails/day, give prospects their own AI-powered websites, and auto-generate VSLs, Reels, and more.
Telegram GitTracker Bot
Product Hunt[Other] Real-Time GitHub Notifications Straight To Telegram Never Miss A GitHub Event Again! GitTracker Bot Delivers Instant Telegram Notifications For Pushes, PRs, Issues & Releases. Enterprise-Grade Security With HMAC Verification, Docker Deployment, And Beautiful Formatted Messages. Perfect For Dev Teams! ✨
Mugafi Pulse
Product Hunt[Other] Transform raw scripts into structured insights Your scripts on steroids - Mugafi Pulse is a comprehensive analysis tool of your screen plays with AI driven insights on plot, characters, dialogue, and marketability. Perfect your script before it reaches the industry.